IContentManagerDisplayDocument Method |
Displays a document/map in a video window.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid DisplayDocument(
ImagePane pane,
Document document
)
Parameters
- pane ImagePane
- document Document
- Document object that can be obtained from the document manager.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if document doesn't exist in the configuration or is not permitted to caller.
|
See Also